Note:	In order to use Fill It Up in your own applications you
	will need the GRADIENT.BAS file.  When you register
	Fill It Up you will be sent this file.



Step 1.	Using the Fill It Up executable, select the
	desired colors, and fill pattern.

Step 2.	Click the "Show Code" button.

Step 3.	Click the "Change Object's Name" button, 
	and enter the name of the object to which
	you wish to apply the gradient fill.
	
	ex) frmMain

Step 4.	Click the "Copy Code to Clipboard" button.

Step 5.	Launch Visual Basic.

Step 6.	Paste the code into the Form_Paint
	event. The form should be the one
	containing the control which is going 
	to have a gradient fill applied to it.

Step 7.	Add the GRADIENT.BAS file to your VB project.
	(This file will be sent to you when you register)

Step 8.	The file GRADIENT.DLL, (a 16-bit DLL),  needs to be 
	in the directory where your application will be running from.

Note:	Fill It Up requires a minimum video display resolution
	of 32k colors.	A function called, GetColorDepth(),
	is included in the GRADIENT.BAS file which you can use
	to determine how many colors your users are capable of
	displaying.
